home *** CD-ROM | disk | FTP | other *** search
- Path: nntp1.best.com!usenet
- From: Rigor@clever.net (Matt Fox)
- Newsgroups: comp.dcom.modems
- Subject: Re: How to send long dial strings?
- Date: 5 Apr 1996 21:46:47 GMT
- Organization: Best Internet Communications
- Message-ID: <4k44c7$6p6@nntp1.best.com>
- References: <aXNPnOggyT5D071yn@oslonett.no>
- NNTP-Posting-Host: belvdere.vip.best.com
- X-Newsreader: WinVN 0.99.7
-
- In article <aXNPnOggyT5D071yn@oslonett.no>, bollerud@oslonett.no says...
- >
- >In order to use an automatical dial-up service which reacts to the
- >pushbuttons on a telephone, I programmatically have to send lots of
- >dial tones. That is, first a telephone number, then wait, then
- >numbers together with #, *, pauses, etc.
- >
- >I can do this with ATDT... but there is a limit of 40 characters.
-
- atdt (40 numbers) ; <- semicolon
- (may need x0) atxdt (rest) <- no semi colon
-
-
-